﻿package %%%PACKAGE%%%;

class Start {
	public static void main(String[] args) {
		CrayonWrapper.v_main();
	}
}
